Micron Document
ouroboros git

Commit a5a8f2ed12458f8d34a3a53db3e26ce5a29e9d51


Parents : 6662ebd
Author : Zenith <157907903+RFnexus@users.noreply.github.com>
Signature : Signature validation error
Date : 2025-08-11T15:47:29-04:00
Committer : GitHub <noreply@github.com>
Date : 2025-08-11T15:47:29-04:00

Update README.md

Changes

1 files changed, 10 insertions(+), 2 deletions(-)

M README.md +10 -2

Diff

diff --git a/README.md b/README.md
index cc0885b..6312ea7 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,14 @@ It supports VOX, serial, and Hamilb PTT. The interface also provides highly conf
⚠ Work in progress
+Supported modes:
+
+| Mode name | RF bandwidth (Hz) | Payload data rate bits/s | Payload bytes/frame |
+|-----------|-------------------|--------------------------|---------------------|
+| datac1 | 1700 | 980 | 510 |
+
+*From https://github.com/drowe67/codec2/blob/main/README_data.md*
+
Setup:
-
@@ -48,8 +56,8 @@ An example config looks like this. Here we are using `rigctld` to key on / off t
[[FreeDVInterface IC-7300]]
type = FreeDVInterface
interface_enabled = True
- input_device = 2
- output_device = 2
+ input_device = default # String or device number
+ output_device = default # String or device number
freedv_mode = datac1
tx_volume = 100
ptt_type = hamlib

Served by rngit 1.5.0 - Generated in 0.02s